home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / mozilla-firefox / include / uriloader / nsCURILoader.h next >
C/C++ Source or Header  |  2006-05-08  |  1KB  |  32 lines

  1. /*
  2.  * DO NOT EDIT.  THIS FILE IS GENERATED FROM nsCURILoader.idl
  3.  */
  4.  
  5. #ifndef __gen_nsCURILoader_h__
  6. #define __gen_nsCURILoader_h__
  7.  
  8.  
  9. #ifndef __gen_nsIURILoader_h__
  10. #include "nsIURILoader.h"
  11. #endif
  12.  
  13. /* For IDL files that don't want to include root IDL files. */
  14. #ifndef NS_NO_VTABLE
  15. #define NS_NO_VTABLE
  16. #endif
  17. //    {9F6D5D40-90E7-11d3-AF93-00A024FFC08C} - 
  18. #define NS_URI_LOADER_CID \
  19. { 0x9f6d5d40, 0x90e7, 0x11d3, { 0xaf, 0x80, 0x00, 0xa0, 0x24, 0xff, 0xc0, 0x8c } }
  20. #define NS_URI_LOADER_CONTRACTID \
  21. "@mozilla.org/uriloader;1"
  22. /* 057b04d0-0ccf-11d2-beba-00805f8a66dc */
  23. #define NS_DOCUMENTLOADER_SERVICE_CID   \
  24.  { 0x057b04d0, 0x0ccf, 0x11d2,{0xbe, 0xba, 0x00, 0x80, 0x5f, 0x8a, 0x66, 0xdc}}
  25. #define NS_DOCUMENTLOADER_SERVICE_CONTRACTID \
  26. "@mozilla.org/docloaderservice;1"
  27. #define NS_CONTENT_HANDLER_CONTRACTID               "@mozilla.org/uriloader/content-handler;1"
  28. #define NS_CONTENT_HANDLER_CONTRACTID_PREFIX         NS_CONTENT_HANDLER_CONTRACTID "?type="
  29. #define NS_CONTENT_LISTENER_CATEGORYMANAGER_ENTRY   "external-uricontentlisteners"
  30.  
  31. #endif /* __gen_nsCURILoader_h__ */
  32.